Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: V3 only dms #517

Merged
merged 13 commits into from
Oct 26, 2024
Merged

feat: V3 only dms #517

merged 13 commits into from
Oct 26, 2024

Conversation

nplasterer
Copy link
Contributor

This is the support for just the v3 only dms and no dual sending. This is how someone would get a full working v3 only client.

Puts checks in place to catch if a V2 client is trying to access V3 dms.
Tests to make sure V3 dms are not being exposed anywhere when a V3 only client is not present.

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced direct messaging (DM) functionality, allowing users to create and manage DMs.
    • Enhanced conversation management with new methods to find conversations by ID and topic.
    • Added support for streaming messages and conversations, improving real-time interaction.
    • Updated error handling for missing inbox IDs and unsupported versions.
    • Expanded functionality for managing group conversations and metadata.
  • Bug Fixes

    • Improved error handling across various methods, ensuring robust functionality.
  • Tests

    • Added comprehensive unit tests for DM functionalities and conversation management.
    • Expanded test coverage for group management and permissions.

These updates enhance user experience by providing improved messaging capabilities and ensuring reliability in conversation handling.

@nplasterer nplasterer self-assigned this Oct 25, 2024
@nplasterer nplasterer marked this pull request as ready for review October 25, 2024 04:22
@nplasterer nplasterer requested a review from a team as a code owner October 25, 2024 04:22
@nplasterer
Copy link
Contributor Author

All tests are green!

iOS Android
Screenshot 2024-10-25 at 9 10 06 PM Screenshot 2024-10-25 at 9 29 34 PM
Screenshot 2024-10-25 at 9 11 13 PM Screenshot 2024-10-25 at 9 29 57 PM

@nplasterer nplasterer merged commit c08ebf8 into main Oct 26, 2024
5 of 6 checks passed
@nplasterer nplasterer deleted the np/v3-only-dms branch October 26, 2024 04:59
Copy link
Contributor

🎉 This PR is included in version 2.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants